cancel
Showing results for 
Search instead for 
Did you mean: 
Khoros Community Forums Support (Not for Databricks Product Questions)
Please use this forum to alert the Community administrators to issues with the Khoros platform and moderation concerns. This is not a forum for Databricks product questions.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Maximus1
by New Contributor II
  • 1491 Views
  • 5 replies
  • 0 kudos

Numpy performance on different clusters

I've been running some performance tests with Databricks, but I am struggling to make sense of the results.def g(a, b): N = 1000 t1 = time.time() for _ in range(N): a**5 + 2 * b t2 = time.time() return (t2 - t1) / N a = n...

  • 1491 Views
  • 5 replies
  • 0 kudos
Latest Reply
Alyceveum25
New Contributor III
  • 0 kudos

thank you ver much

  • 0 kudos
4 More Replies