radis / radis-benchmark

Performance Benchmarks & proof-of-concept for RADIS
https://radis.github.io/radis-benchmark/
2 stars 4 forks source link

publish new benchmarks : filename too long on Windows #9

Closed erwanp closed 3 years ago

erwanp commented 3 years ago

Current

asv gh-pages

Fails with

 error: open("graphs/Cython-null/arch-x86_64/branch-support_0.9.18/cpu-Intel(R) Core(TM) i7-6700HQ CPU @ 2.50GHz (4                                         cores)/machine-ERWAN-XPS/num_cpu-4/os-Windows 10/psutil-null/python-3.6/ram-16GB/benchmarks.CO2_HITEMP.peakmem_eq_spectrum.js                                        on"): Filename too long
erwanp commented 3 years ago

Fixed from https://stackoverflow.com/a/26111092/5622825

git config core.longpaths true

may require a console with admin rights