Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Komodo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dragoon
Komodo
Commits
d58badb8
Verified
Commit
d58badb8
authored
1 year ago
by
STEVAN Antoine
Browse files
Options
Downloads
Patches
Plain Diff
update benchmarks readme
parent
fd8d8dd7
No related branches found
No related tags found
1 merge request
!84
use PLNK instead of duplicating "bench" framework
Pipeline
#4902
passed
1 year ago
Stage: fmt
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
benches/README.md
+3
-3
3 additions, 3 deletions
benches/README.md
with
3 additions
and
3 deletions
benches/README.md
+
3
−
3
View file @
d58badb8
...
@@ -18,12 +18,12 @@ python scripts/plot/benches.py results.ndjson --bench setup
...
@@ -18,12 +18,12 @@ python scripts/plot/benches.py results.ndjson --bench setup
```
nushell
```
nushell
cargo run --example bench_field_operations -- --nb-measurements 1000
cargo run --example bench_field_operations -- --nb-measurements 1000
| lines
| lines
| each { from
nu
on }
| each { from
js
on }
| to ndjson
| to ndjson
| save --force field.ndjson
| save --force field.ndjson
cargo run --example bench_curve_group_operations -- --nb-measurements 1000
cargo run --example bench_curve_group_operations -- --nb-measurements 1000
| lines
| lines
| each { from
nu
on }
| each { from
js
on }
| to ndjson
| to ndjson
| save --force curve_group.ndjson
| save --force curve_group.ndjson
```
```
...
@@ -34,7 +34,7 @@ def read-atomic-ops [
...
@@ -34,7 +34,7 @@ def read-atomic-ops [
let raw = $in
let raw = $in
| insert t {|it| $it.times |math avg}
| insert t {|it| $it.times |math avg}
| reject times
| reject times
| rename --column {
op
: "group",
curv
e: "species", t: "measurement" }
| rename --column {
label
: "group",
nam
e: "species", t: "measurement" }
let included = if $include != [] {
let included = if $include != [] {
$raw | where group in $include
$raw | where group in $include
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment