You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case the total field is empty:
Ubuntu 24.10, venv.
Warnings:
/home/alex/npbench/plot_results.py:112: FutureWarning: The provided callable <function median at 0x7093c4435da0> is currently using SeriesGroupBy.median. In a future version of pandas, the provided callable will be used directly. To keep current behavior pass the string "median" instead.
dropna=False).agg({
['numpy']
/home/alex/npbench/plot_results.py:144: FutureWarning: The provided callable <function median at 0x7093c4435da0> is currently using SeriesGroupBy.median. In a future version of pandas, the provided callable will be used directly. To keep current behavior pass the string "median" instead.
cidata = data.groupby(["benchmark", "domain", "framework"], dropna=False).agg({
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
The "total" field shows the geometric mean of speedup over NumPy of the other frameworks. That would be 1.0 for the reference NumPy execution. Would you expect the total runtime there? Since the specific box is not currently used, we could add the runtime.
In my case the total field is empty:
![Image](https://private-user-images.githubusercontent.com/45330694/406857679-82af8a36-2490-484f-8ac6-7a5750e1de3f.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTUxNjcsIm5iZiI6MTczOTI1NDg2NywicGF0aCI6Ii80NTMzMDY5NC80MDY4NTc2NzktODJhZjhhMzYtMjQ5MC00ODRmLThhYzYtN2E1NzUwZTFkZTNmLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDA2MjEwN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRlZDk0ZWJmZDQ0ODkwNDM1OGQ4ODJjN2EyY2ZhM2ViYzU5MmIxYTc5NzE0MzExMTYwNzVkYjJhMzNjZGJiMGImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ZJW5lKH1_8fSfapVNrl2aOki89-8kB73BLGwsGNl1oQ)
Ubuntu 24.10,
venv
.Warnings:
Code:
This is an upstrem of tikk3r/flocs#240.
The text was updated successfully, but these errors were encountered: