Skip to content

Commit f35e7d4

Browse files
author
Nussknacker
committed
Update benchmark data
1 parent c299a33 commit f35e7d4

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

data/e2e.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Date,Step,Value
2+
2024-10-06T00:19:47Z,|prepareData,3523266.00|,|runScenario,10526.00|
3+
2024-10-06T00:19:47Z,|verifyResult,561496.00|,
24
2024-10-05T00:19:31Z,|prepareData,3477263.00|,|runScenario,10533.00|
35
2024-10-05T00:19:31Z,|verifyResult,592315.00|,
46
2024-10-04T00:20:37Z,|prepareData,3537025.00|,|runScenario,10498.00|
@@ -51,5 +53,3 @@ Date,Step,Value
5153
2024-09-08T00:52:22Z,|verifyResult,2620821.00|,
5254
2024-09-07T00:52:25Z,|prepareData,3473318.00|,|runScenario,10476.00|
5355
2024-09-07T00:52:25Z,|verifyResult,2586450.00|,
54-
2024-09-06T13:38:54Z,|prepareData,3517084.00|,|runScenario,10533.00|
55-
2024-09-06T13:38:54Z,|verifyResult,2645155.00|,

data/microbenchmarks.csv

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
Date,Benchmark,Mode,Threads,Samples,Score,Score Error (99.9%),Unit
2+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.interpreter.ManyParamsInterpreterBenchmark.benchmarkAsyncService,thrpt,1,8,190188.724963,531.617989,ops/s
3+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.interpreter.ManyParamsInterpreterBenchmark.benchmarkSyncService,thrpt,1,8,197401.128322,540.148387,ops/s
4+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.interpreter.OneParamInterpreterBenchmark.benchmarkFutureAsyncService,thrpt,1,8,43805.098594,864.755032,ops/s
5+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.interpreter.OneParamInterpreterBenchmark.benchmarkFutureSyncService,thrpt,1,8,881630.394585,1666.848561,ops/s
6+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.interpreter.OneParamInterpreterBenchmark.benchmarkIOAsyncService,thrpt,1,8,42215.659687,826.495471,ops/s
7+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.interpreter.OneParamInterpreterBenchmark.benchmarkIOSyncService,thrpt,1,8,592887.715782,2012.663884,ops/s
8+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.aggregate.AggregatorBenchamark.sumAggregatorAdd,avgt,1,8,0.045596,0.000054,us/op
9+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.serialization.avro.AvroBenchmark.defaultFlinkKryoRoundTripSerialization,avgt,1,8,12.075414,0.024918,us/op
10+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.serialization.avro.AvroBenchmark.schemaIdBasedKryoRoundTripSerialization,avgt,1,8,1.811459,0.009925,us/op
11+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.serialization.typedinfo.TypingResultBasedSerializationBenchmark.genericScalaMapSerialization,avgt,1,8,3.009327,0.009539,us/op
12+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.serialization.typedinfo.TypingResultBasedSerializationBenchmark.genericSerialization,avgt,1,8,10.341708,0.027978,us/op
13+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.serialization.typedinfo.TypingResultBasedSerializationBenchmark.genericTypedMapSerialization,avgt,1,8,1.834088,0.010201,us/op
14+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.serialization.typedinfo.TypingResultBasedSerializationBenchmark.typingResultScalaMapSerialization,avgt,1,8,0.573025,0.004558,us/op
15+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.serialization.typedinfo.TypingResultBasedSerializationBenchmark.typingResultSerialization,avgt,1,8,0.895924,0.004020,us/op
16+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.serialization.typedinfo.TypingResultBasedSerializationBenchmark.typingResultTypedMapSerialization,avgt,1,8,0.477178,0.004240,us/op
17+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.spel.SampleSpelBenchmark.benchmark,avgt,1,8,0.119249,0.000301,us/op
18+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.suggester.ExpressionSuggesterBenchmark.chainCallBenchmark,ss,1,8,5.220760,2.926004,ms/op
19+
2024-10-05T23:35:58Z,pl.touk.nussknacker.engine.benchmarks.suggester.ExpressionSuggesterBenchmark.complexExpressionBenchmark,ss,1,8,6.443600,2.093254,ms/op
220
2024-10-04T23:35:30Z,pl.touk.nussknacker.engine.benchmarks.interpreter.ManyParamsInterpreterBenchmark.benchmarkAsyncService,thrpt,1,8,188792.711543,453.746513,ops/s
321
2024-10-04T23:35:30Z,pl.touk.nussknacker.engine.benchmarks.interpreter.ManyParamsInterpreterBenchmark.benchmarkSyncService,thrpt,1,8,185064.172475,467.574586,ops/s
422
2024-10-04T23:35:30Z,pl.touk.nussknacker.engine.benchmarks.interpreter.OneParamInterpreterBenchmark.benchmarkFutureAsyncService,thrpt,1,8,42920.675628,1026.515123,ops/s

0 commit comments

Comments
 (0)