Closed encrypted-soul closed 3 years ago
What are the commands you executed initially to build the Benchmark environment and run the benchmarks? Can you confirm this is a Linux distribution with Python 3.8? What's Asv version?
Python - 3.8.10
ASV - 0.4.2
Command used - Both asv run
and asv run HASHFILE:tested_commit_hash.txt -e
May have been fixed by 0911cd4568894b65e25d2756793c651a81e2988d
@anandxkumar @gagan-aryan have a try !
Yes @erwanp, It worked! The HITEMP benchmarks were using CDSD_HTEMP databases, and to download those file we had a ftp link - ftp://ftp.iao.ru/pub/CDSD-HITEMP/
, so it was a pain figuring it out loading this website! One way I figured out was using FileZilla to download the required CDSD-HITEMP files. Modified the paths and its working now.
One major issue
: The benchmarks are taking a lot of time to get executed especially the HITEMP ones. Like every single benchmark within a class is taking around 5 minutes. So to run the whole benchmark for a particular commit is taking around 15-20 minutes which is way too much. For 5 commits it will take around 1.5 hrs which I believe is way too much. Is it normal?
It was relatively quicker for 0.9.29
so I believe the previous versions were a lot slower than the recent version (probably due to LDM implementation)?
Hello ! The test will be easier once https://github.com/radis/radis/pull/281 is done and CO2 HITEMP can be fetched automatically. Side note : CDSD-HITEMP and HITEMP-2010 for CO2 are the same lines; only a slightly different format ; we'll switch to HITEMP-2010 (or 2021 when released!) as it will be fetched automatically.
Performance wise : is the test itself very slow, or the whole benchmark process ?
--
Side note : you can use
asv run develop^!
to run only the latest commit from the develop branch.
As you'll probably quickly get familiar with the ASV setup & commands, you can update the README of this project with tips, or start with the Wiki.
Can you confirm it's fixed ? Close if so !
Yes, the issue is fixed. Closing it !!
While trying to setup benchmarks, several errors are being encountered. The setup is isolated with a separate virtualenv with the latest conda version.
I tried uninstalling and then reinstalling all the 4 packages listed in the last line of the error. But this doesn't resolve the issue. The packages are installed (and was verified with
conda list
).This error was not faced a few times when I had freshly reinstalled the entire Anaconda. But I faced a similar
ModuleNotFoundError
forpsutil
. Facing even now for the commits that do not crash with the first error.@anandxkumar is there anything you would like to add to this?