generated from actions/javascript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from DawidNiezgodka/trend_det_ave
commit comment and summary for trend ave
- Loading branch information
Showing
6 changed files
with
348 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
c86dc5a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark results
Benchmark group: MongoDB Benchmark
The chosen evaluation method is trend_detection_moving_ave.
For each metric, the procedure checks if the current value does not exceed the average
of a particular number of last measurements more than a given threshold
Execution time: 0m 11s
Parametrization:
Other Info: YCSB Parameters: workload=workloada, recordcount=200000, threads=32,
Results
OVERALL Throughput
16747.613465081227 ops/sec
[READ], AverageLatency(us)
1825.4436406295827 us
[READ], MaxLatency(us)
87807 us
[UPDATE], AverageLatency(us)
1871.9681377399565 us
[UPDATE], MaxLatency(us)
151423 us
Benchmark failed
The chosen failing condition was any.
At least one metric didn't pass the tests.