-
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hello @Neftyr
For example I have a intel 11 gen processor on my main tower, is a 6 core 12 threads which may fall into premium mid range, and I also have a M1 iMac 2021. When I run the tests my iMac usually is more faster than the main tower, even when in paper the brute force on my main tower is better than the iMac. Why? Well again it depends on a lot of factors, So, if you are a performance snob I would recommend you to look into more factors rather than the brute force the machine has in paper. I would highly recommend to give a look into M1 pro Macs if you like apple, or Lightway Linux distros if you are on the Pc ecosystem.
for semantic modifications, like this: Of course you will have to know the rules and the scopes you want to modify, this video might help: https://www.youtube.com/watch?v=mC_htrJ1QPg Cheers, and I hope this info might help. |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone! I have managed to solve all the issues.
I hope this will help someone! |
Beta Was this translation helpful? Give feedback.
Hello Everyone!
I have managed to solve all the issues.
First problem as I already said above and thanks to @cromewar is simply operating system related and tests runs faster on Mac than on Windows.
Second problem, I was installing brownie after downloading VS Studio tools with "pipx install brownie", previously i was trying to install brownie by commands like "pip install brownie" or "pip3 install eth-brownie", but it didn't work as i didn't have VS Studio tools installed yet. Simply the case here was changing interpreter manually for "~/.local/pipx/venvs/eth-brownie/bin/python", but i went further as i didn't want to add this interpreter to every single project. The fix for this was…