Mentions légales du service

Skip to content
Snippets Groups Projects
Commit b91811a2 authored by FELŠÖCI Marek's avatar FELŠÖCI Marek
Browse files

Fix order of tests

parent 13747923
Branches
No related tags found
No related merge requests found
......@@ -422,14 +422,14 @@ benchmarks.
| Linear system size | Compression level |
|--------------------+-------------------|
| <c> | <c> |
| 5000 | low |
| 5000 | high |
| 10000 | low |
| 5000 | low |
| 10000 | high |
| 15000 | low |
| 10000 | low |
| 15000 | high |
| 20000 | low |
| 15000 | low |
| 20000 | high |
| 20000 | low |
*** List of benchmarks to run :noexport:
:PROPERTIES:
......@@ -445,14 +445,14 @@ specifies the compression level to use.
#+NAME: benchmarks-csv
#+begin_src csv :eval never :tangle benchmarks.csv
5000,low
5000,high
10000,low
5000,low
10000,high
15000,low
10000,low
15000,high
20000,low
15000,low
20000,high
20000,low
#+end_src
**** =*.csv= to Org table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment