ptupitsyn commented on code in PR #1730:
URL: https://github.com/apache/ignite-3/pull/1730#discussion_r1121237957
##########
modules/platforms/dotnet/Apache.Ignite.Benchmarks/Table/TupleGetBenchmarks.cs:
##########
@@ -23,11 +23,12 @@ namespace Apache.Ignite.Benchmarks.Table
using Tests;
/// <summary>
- /// Results on Intel Core i7-7700HQ, .NET SDK 5.0.400, Ubuntu 20.04:
- /// | Method | Mean | Error | StdDev |
- /// |------- |---------:|--------:|--------:|
- /// | Get | 202.0 us | 3.71 us | 7.82 us |.
+ /// Results on i9-12900H, .NET SDK 6.0.405, Ubuntu 22.04:
+ /// | Method | Mean | Error | StdDev |
+ /// |------- |---------:|----------:|----------:|
+ /// | Get | 4.788 ms | 0.3198 ms | 0.0830 ms |.
Review Comment:
I've updated the benchmark to compare this branch with current master. But
we can't see the difference with results like those, and such a deviation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]